home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / POV-Ray 2.2 / POVMAC / POV-Ray / POV-Ray.rsrc / TEXT_443_ transform.txt < prev    next >
Encoding:
Text File  |  1994-02-10  |  219 b   |  6 lines

  1. // object/texture transformation
  2. // do a predeclared translate/rotate/scale combo
  3. // e.g.:
  4. #declare Leaf_Orientation = transform { scale 4.0 rotate 30*z translate 2*y }
  5. transform Leaf_Orientation // transform an object
  6.